iT邦幫忙

2021 iThome 鐵人賽

DAY 8
0
DevOps

Hashicorp Jot Notes系列 第 8

Day 8. Hashicorp Nomad: Application Logs

  • 分享至 

  • xImage
  •  

Hashicorp Nomad: Application Logs

AP log又多又雜,相信大部分人也是丟到ES比較方便查找,但有時也需要在server上直接查看,隨手記錄一下使用方式。

使用

格式: nomad alloc logs [options] <allocation> <task>

  1. 指定查看job內的frontend這個task的log
$ nomad alloc logs 07152288 frontend
  1. -stderr 只看error的部分
nomad alloc logs -stderr 07152288 frontend
  1. -f 持續輸出log
nomad alloc logs -stderr -f 07152288 frontend
  1. -tail -n 20 類似 $ tail -20f abc.log 設定offset 20 行
nomad alloc logs -f -tail -n 20 07152288 frontend

上一篇
Day 7. Hashicorp Nomad: Inspect a job
下一篇
Day 9. Hashicorp Nomad: Task dependencies
系列文
Hashicorp Jot Notes30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言